Package com.cisco.pt.ipc.sim.impl
Class FilterSetImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.sim.impl.FilterSetImpl
- Author:
- Auto-generated
-
Field Summary
Fields inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
accessMessage, ipcFactory, packetTracerSession -
Constructor Summary
ConstructorsConstructorDescriptionFilterSetImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage) -
Method Summary
Modifier and TypeMethodDescriptiongetFilterAt(int filterIndex) Information provided by the PKI file:intInformation provided by the PKI file:Methods inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession, sendMessage, sendMessageWithReturn, translateToCommandStatusStringPairMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Constructor Details
-
FilterSetImpl
public FilterSetImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage)
-
-
Method Details
-
getFilterAt
Information provided by the PKI file:
\brief Returns the filter at the index location. \param filterIndex, the index of the filter. \return Filter, the filter object of given index.- Specified by:
getFilterAtin interfaceFilterSet- Parameters:
filterIndex- Takes in a parameter of filterIndex- Returns:
- Filter Returns a Filter
-
getFilterCount
public int getFilterCount()Information provided by the PKI file:
\brief Returns the number of filters. \return int, the number of filters.- Specified by:
getFilterCountin interfaceFilterSet- Returns:
- int Returns a int
-